/*
Theme Name: Covenant House Vancouver
Theme URI: http://yeeboodigital.com
Description: A custom child theme for Covenant House Vancouver
Author: Yeeboo Digital
Author URI: http://yeeboodigital.com
Template: wp-framework-theme
Version: 1.0.0
Text Domain: chv
*/

html {
	/*font-size: 16px;*/
	overflow-y: scroll;
}

body {
	color: #000;
	/*font-size: 62.5%;*/
}

header {
	background-color: #fff;
	position: relative;
}

.sticky {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

::-webkit-input-placeholder { /* Edge */
  color: white!important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white!important;
}

::placeholder {
  color: white!important;
}

#mce-EMAIL::-webkit-input-placeholder { /* Edge */
    color: darkgray!important;
}

#mce-EMAIL:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: darkgray!important;
}

#mce-EMAIL::placeholder {
    color: darkgray!important;
}

form.searchform input {
	padding-left: 1.5rem;
	color: #fff;
}

form.searchform input:focus {
	color: #000;
}

form.searchform button {
	border: none;
}

form.searchform .row {
	padding: 0!important;
}

.search-results .searchform {
	margin-left: 0;
	margin-bottom: 2rem;
}

h1, h2 {
	color: #000;
	font-family: 'P22 Mackinac Pro', serif;
}

h3, h4, h5 {
	color: #000;
	font-family: 'GT America', sans-serif;
}

h6 {
	font-family: 'GT America Mono', sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 4rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.75rem;
}

h5 {
	font-size: 1.5rem;
}

h6 {
	font-size: 2rem;
}

p {
	color: #000;
	font-family: 'GT America', sans-serif;
	font-size: 1.2rem;
}

.core-paragraph a:hover,
.core-paragraph a:focus {
	color: #000077;
}

ul,
ol {
	color: #000;
	font-family: 'GT America', sans-serif;
	font-size: 1.2rem;
	padding-left: 44px;
}


h3.all-stories {
	color: #fff;
	font-family: 'P22 Mackinac Pro', serif;
}

button:focus:not(:focus-visible) {
	outline: 1px dotted #000077;
}

/* Andre's hotfix for image blocks only being full-width */
.wp-block-image img {
	width: auto;
}

.wp-block-embed.aligncenter {
	text-align: center;
}

.wp-block-column .core-heading + .core-paragraph p {
	padding-top: 0;
}

.wp-block-button__link {
	background-color: #000077;
	text-transform: uppercase;
	border-radius: 50px;
	font-size: 1.2rem;
	font-family: 'GT America Mono', sans-serif;
}

.wp-block-button__link.has-gold-background-color {
	background-color: #FFE652;
}

.wp-block-button__link.has-gold-color {
	color: #FFE652;
}

.wp-block-button__link.has-regal-background-color {
	background-color: #004176;
}

.wp-block-button__link.has-regal-color {
	color:  #004176;
}

.wp-block-button__link.has-blue-background-color {
	background-color: #0677FF;
}

.wp-block-button__link.has-blue-color {
	color: #0677FF;
}

.wp-block-button__link.has-green-background-color {
	background-color: #2b7043;
}

.wp-block-button__link.has-green-color {
	color: #2b7043;
}

.wp-block-button__link.has-cheese-background-color {
	background-color: #FFB372;
}

.wp-block-button__link.has-cheese-color {
	color: #FFB372;
}

.wp-block-button__link.has-malibu-background-color {
	background-color: #80b5ff;
}

.wp-block-button__link.has-malibu-color {
	color: #80b5ff;
}

.wp-block-button__link.has-black-background-color {
	background-color: #000;
}

.wp-block-button__link.has-black-color {
	color: #000;
}

.wp-block-button__link.has-navy-background-color {
	background-color: #000077;
}

.wp-block-button__link.has-blue-color,
.wp-block-button__link.has-navy-color {
	color: #000077;
}

.btn {
	background-color: #FFE652;
	border-radius: 50px;
	color: #000077;
	font-family: 'GT America Mono', sans-serif;
	padding: 15px 30px;
	text-transform: uppercase;
	font-size: 1.2rem;
}

.btn.inline {
	background-color: transparent;
	border-radius: 0;
	color: #0677FF;
	border: none;
	font-size: 1.2rem;
	border-bottom: 2px solid #0677FF;
	max-width: fit-content;
	padding: 0;
	transition: 0.25s linear;
	display: inline-block;
}

.btn.inline:hover,
.btn.inline:focus {
	background-color: #0677FF;
	color: #fff;
	border-bottom: 2px solid #000;
}

.btn.inline:hover path,
.btn.inline:focus path {
	stroke: #fff;
}

.btn.inline span {
	margin-left: .5rem;
	vertical-align: text-bottom;
}

.btn.btn-secondary {
	background-color: #0677FF;
	border-radius: 50px;
	font-family: 'GT America Mono', sans-serif;
	text-transform: uppercase;
	max-width: fit-content;
	padding: 15px 30px;
	color: #fff;
	border: 1px solid #0677FF;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus {
	background-color: #fff;
	border-color: #0677FF;
	color: #0677FF;
}

a {
	color: #0677FF;
}

.wp-block-image {
	overflow: hidden;
}

.core-image.align-right {
	margin: 0 0 0 auto;
}

.core-image.align-left {
	margin: 0 auto 0 0;
}

figcaption {
	text-align: center;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.single-post-featured-image {
	position: relative;
}

.cat-checks {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1rem;
}

#author-dropdown {
	padding: 0 0 0 1rem;
}

#author-dropdown + .dropdown-menu li a {
	font-size: 1.25rem;
}

.cat-checks input {
	margin-right: 1rem;
}

.site-message {
	background-color: #FB7B0B;
	color: #000077;
	font-weight: 600;
	padding: 1rem;
	display: none;
}

.site-message.show {
	display: block;
}

.site-message .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-message .message {
	display: inline-block;
	margin-bottom: 0;
	width: 60%;
}

.site-message .message-link {
	border-bottom: 2px solid #000077;
	font-family: 'GT America Mono', sans-serif;
	text-transform: uppercase;
	width: min-content;
}

@media (min-width: 768px) {
	.site-message .message-link {
		min-width: fit-content;
	}
}

.site-message .close-alert {
	background-color: transparent;
	border: none;
}

/*Internal Navigation*/
#internal-menu {
	list-style-type: none;
	padding: 1rem 1rem 4rem;
}
	@media (min-width: 768px) {
		#internal-menu {
			padding: 4rem 2rem 4rem 4rem;
		}
	}

body.safari .nav-menu > li a {
	padding: 0 32px;
}

body.firefox #internal-menu,
body.safari #internal-menu {
	padding: 1rem 1rem 8rem;
}
	@media (min-width: 768px) {
		.firefox #internal-menu,
		.safari #internal-menu {
			padding: 4rem 2rem 4rem 4rem;
		}
	}

.internal-internal {
	display: flex;
	flex-direction: column;
	padding-top: 1.5rem;
	width: 100%;
}

	@media (min-width: 768px) {
		.internal-internal {
			flex-basis: 45%;
			margin: 0 auto;
			max-width: 1140px;
		}
	}

.internal-wrapper {
	background-color: #000077;
	display: none;
	justify-content: space-between;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	height: calc(100vh - 150px);
	top: 100%;
	transition: all 0.4s linear;
	width: 100%;
	z-index: -7;
}

.nav-menu li:not(:last-of-type) {
	margin-bottom: 2.25rem;
}
	@media (min-width: 768px) {
		.nav-menu li:not(:last-of-type) {
			margin-bottom: 1rem;
		}
	}

.nav-menu > li a {
	color: #fff;
	font-size: 2rem;
	padding: 0 .3rem;
}

	@media (min-width: 768px) {
		.nav-menu > li a {
			font-size: 3.1rem;
		}
	}

body.menu-open {
	position: fixed;
	width: 100%;
}

.menu-open #internal-menu {
	overflow-y: auto;
}

/*scrollbar fix on edge/microsoft */
.menu-open ::-webkit-scrollbar {
	width: 0;
	background: transparent;
}

.main-navigation.toggled .internal-wrapper {
	display: flex;
}

#associated {
	display: none;
}

	@media (min-width: 768px) {
		#associated {
			display: block;
			background-size: cover;
			flex-basis: 578px;
		}
	}

ul.dropdown-menu.show-nav {
	display: block;
}

.caret {
	max-width: 20px;
	fill: white;
}

form.searchform {
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 1rem;
}

	@media (min-width: 768px) {
		form.searchform {
			margin-left: 6%;
			padding-right: 0;
		}
	}

form.searchform input {
	background-color: rgba(255, 255, 255, 0.33);
	border-radius: 20px;
}

form.searchform .row > div {
	display: flex;
	align-items: center;
	width: 100%;
}

form.searchform button[type='submit'] {
	margin-left: 1rem;
	padding: 6px 20px;
}

.menu-toggle:focus {
	outline: 2px dotted #000077;
}

.hamburger.is-active .hamburger-inner {
	left: 0;
}

.dropdown-toggle {
	background-color: transparent;
	border: none;
	border-radius: 0;
	vertical-align: bottom;
}

#internal-menu .dropdown-toggle[aria-expanded="true"] svg {
	transform: rotate(-90deg);
}

#internal-menu .dropdown-toggle svg {
	height: 35px;
	transform: rotate(90deg);
	transition: all 0.25s linear;
	width: 35px;
	margin-left: .5rem;
}

#internal-menu .dropdown-toggle {
	border: none!important;
	box-shadow: none!important;
	color: #fff!important;
	font-size: 2rem;
}

	@media (min-width: 875px) {
		#internal-menu .dropdown-toggle {
				font-size: 3.1rem;
		}
	}

#internal-menu .dropdown-toggle:after {
	content: none;
	border: none;
}

#internal-menu .dropdown-menu {
	background-color: #000077;
	border: none!important;
	box-shadow: none!important;
	float: none;
	margin-top: 0;
	padding: 1.5rem 0 1.5rem 1.5rem;
	position: static;
	min-width: 90%;
}

@media (min-width: 875px) {
	#internal-menu .dropdown-menu {
			width: 500px!important;
	}
}

#internal-menu .dropdown-menu > li a {
	font-size: 1.9rem;
	display: block;
	width: 100%;
}

#internal-menu .dropdown-menu li a:hover,
#internal-menu .dropdown-menu li a:focus {
	background: rgba(255, 255, 255, 0.18);
	text-decoration: none;
}

/*Socials*/
.social li {
	margin-right: .5rem;
}

.social li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: transparent;
	transition: all 0.25s linear;
}

.social li a:hover,
.social li a:focus {
	background-color: #0677FF;
}

.social li a:hover svg path,
.social li a:focus svg path {
	fill: #fff;
}

/*Header*/
.header {
	/*height: 159px;*/
}

.header .logo-container {
	max-width: 196px;
	padding: 0;
}

.header .logo-container a {
	display: block;
}

.header .row {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header .container {
	padding: 0 15px 15px;
}

	@media (min-width: 875px) {
		.header .container {
			padding: 0 15px;
		}
	}

.header .menu-primary-container {
}
	@media (min-width: 1100px) {
		.header .menu-primary-container {
			margin-left: auto;
		}
	}

.header .menu-primary-container ul {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

	@media (min-width: 1100px) {
		.header .menu-primary-container ul {
				margin: 0 1rem 0 0;
		}
	}

.header .menu-primary-container ul li a {
	font-size: 1.4rem;
	padding: 15px;
	text-transform: uppercase;
}

.header .menu-primary-container ul li.donate a {
	background-color: #0677FF;
	color: #fff;
}

.header .menu-primary-container ul li a {
	background-color: #FFE652;
	border-radius: 5rem;
	color: #000077;
	font-family: 'GT America Mono', monospace;
}

.header .menu-primary-container ul li {
	margin-right: .5rem;
}
	@media (min-width: 1100px) {
		.header .menu-primary-container ul li {
			margin-right: 1rem;
		}
	}

.header .menu-button {
	line-height: initial;
	background-color: #fff;
	height: 64px;
}

	@media (max-width: 768px) {
		header .hamburger-inner, header .hamburger-inner::before, header .hamburger-inner::after, header .hamburger.is-active .hamburger-inner, header .hamburger.is-active .hamburger-inner::after, header .hamburger.is-active .hamburger-inner::before {
			background-color: #0677FF;
		}
	}

/*Search*/

/*General Styles + Utility classes*/
img {
	width: 100%;
}

.container {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 15px;
	width: 100%;
}

	@media (min-width: 1100px) {
		.container {
			padding: 0;
		}
	}

/* Single Post */
.single-post-header {
	border-bottom: none;
}

.single-post-header h2 {
	color: #0677FF;
}

.single-post-header .post-meta {
	color: #7E7E7E;
	font-family: 'GT America Mono', monospace;
	text-transform: uppercase;
}

.single-post-header .post-meta h1 {
	text-transform: none;
}

.has-light-grey-background-color {
	background-color: #E6E7E8;
}

.is-black-color {
	color: #000;
}

.cat-link {
	background-color: #F1F1F1;
	color: #000077;
	padding: 8px 15px;
	margin-right: 9px;
	margin-bottom: .5rem;
	display: inline-block
}

.ybd-related-content {
	margin-top: 3rem;
}

/*Hamburger Mobile Menu*/

.hamburger {
	padding: 5px 0 5px 0;
}

.hamburger-label {
	font-family: 'GT America Mono', monospace;
	font-size: 1.2rem;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.hamburger-box {
	width: 40px;
}

.hamburger-box,
.hamburger-inner {
	display: block;
}

.hamburger-inner {
	border-radius: 4px;
	height: 5px;
}

.hamburger-inner:before,
.hamburger-inner:after {
	border-radius: 4px;
	height: 5px;
	left: 0;
}

/*Footer*/
.footer-top {
	background-color: #E6E7E8;
	padding: 24px 0;
	margin-bottom: 2rem;
}

.footer-top .container {
	flex-direction: column;
}
	@media (min-width: 760px) {
		.footer-top .container {
			flex-direction: row;
		}
	}

.footer .logo {
	min-height: initial;
}

footer .container.core-paragraph p {
	margin: 0;
	padding: 0;
}

.copyright-info {
	margin-bottom: 1rem;
}

.newsletter-form {
	display: flex;
	flex-direction: column;
}

	@media (min-width: 760px) {
		.newsletter-form {
			align-items: center;
			flex-direction: row;
			justify-content: space-around;
		}
	}

.newsletter-form .cta {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
}

	@media (min-width: 760px) {
		.newsletter-form .cta {
			display: inline-flex;
		}
	}

.newsletter-form .cta span {
	font-weight: 400;
	margin-left: .5rem;
}

.newsletter-form input[type='email'] {
	padding: 7px 10px;
	width: calc(100% - 78px);
}
.newsletter-form input[type='submit'] {
	border: none;
	border-radius: 0;
	background-color: #0677FF;
	color: #fff;
	padding: 9px 10px;
	margin-top: 5px;
}

	@media (min-width: 760px) {
		.newsletter-form input[type='submit']  {
			margin-left: -5px;
			margin-top: 0;
		}
	}

@media (min-width: 800px) {
	.copyright-info {
		display: grid;
		font-size: 1.65rem;
		grid-template-columns: .5fr 150px max-content 1fr;
		grid-template-rows: 40px 30px 30px;
	}
}

.search-results .content {
	background-color: #0677FF;
	padding-top: 4rem;
}

.copyright-info .core-paragraph,
.charity,
.copy-copy {
	margin: 0!important;
}

.copyright-info .core-paragraph:first-of-type {
	grid-column: 1 / 2;
}

.copyright-info .core-paragraph:nth-of-type(2) {
	grid-row: 2 / 3;
}

.copyright-info .year {
	font-size: 1.2rem;
	margin-left: .3rem;
}

.charity {
	grid-column: 1 / 5;
	grid-row: 2;
}

.copy-copy  {
	grid-row: 3 / 3;
	grid-column: 1 / 5;
}

.made-by  {
	margin-bottom: 0;
	grid-column: 4 / 5;
	grid-row: 3 / 3;
}

@media (min-width: 800px) {
	.made-by:before {
		content: '|';
		display: inline-block;
		margin: 0 22px 0 0;
	}
}

.copyright-info,
.phones,
.menu-footer-container {
	padding: 0 12px;
}

@media (min-width: 800px) {
	.copyright-info,
	.phones,
	.menu-footer-container {
		padding: 0;
	}
}

.copyright div.container.core-paragraph {
	margin-bottom: 0!important;
}
.copyright .classic .justify-content-center {
	text-align: left;
}
.copyright .classic .justify-content-center .col-10 {
	padding: 0!important;
	width: 100%;
	flex: 1;
	max-width: 100%;
}

.flag {
	max-width: 186px;
	grid-column: 7 / 7;
	grid-row: 1 / 3;
}

.phones span {
	display: block;
	font-weight: 600;
	margin-right: 6px;
	color: #0677FF;
}
	@media (min-width: 760px) {
		.phones span  {
			display: inline-block;
		}
	}

.phones a {
	color: #0677FF;
}

.phones a:not(:last-of-type):after {
}
	@media (min-width: 760px) {
		.phones a:not(:last-of-type):after {
			content:  '|';
			color: #0677FF;
			display: inline-block;
			margin: 0 12px;
		}
	}

.menu-footer-container ul {
	margin-bottom: 0;
}

.menu-footer-container a {
	color: #0677FF;
	font-family: 'GT America Mono', monospace;
	text-transform: uppercase;
}

.menu-footer-container li:after {
	color: #0677FF;
}


/*Social Icons*/
footer .social {
	align-items: center;
	display: flex;
	margin: 0;
	min-width: initial;
	padding: 0;
}

footer .social li::after {
	content: none;
}

footer .social li:not(last-of-type) {
	margin-right: .5rem;
}
	@media (min-width: 800px) {
		footer .social li:not(last-of-type) {
			margin-right: 2rem;
		}
	}

footer .social i::before {
	color: #0677FF;
}

/*/*Expand Photo*/
.more-content {
	position: absolute;
	right: 5%;
	bottom: 10%;
}

.additional-info {
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	opacity: 1;
	outline: none;
	transition: opacity .25s linear;
	z-index: 3;
}

.additional-info:focus {
	outline: 2px dotted white;
}

.before {
	color: #fff;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
}

.before p,
.the-content p {
	color: #fff;
	margin: 0 0 0 10px!important;
}

.before.toggled {
	opacity: 0;
	display: none;
}

.the-content.toggled {
	opacity: 1;
}

.the-content.grid {
	display: grid;
}

.the-content {
	display: none;
	grid-template-columns: auto 1fr;
	align-items: center;
	max-width: 200px;
	padding-left: 30px;
}


.undo {
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
}

.undo:focus {
	outline: 2px dotted white;
}

.archive .content,
.author .content,
.blog .content {
	background-color: #0677FF;
}

#ybd-hero-78 {
	display: flex;
	align-items: end;
	margin-top: 0!important;
}

#ybd-hero-78 h1 {
	color: #fff;
	font-size: 3rem;
	margin-bottom: 4rem;
}

.archive.category .content .bg-image {
	overflow: hidden;
	position: relative;
	color: #fff;
	background-image: url('./assets/img/hero-img.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0;
	margin-top: 0!important;
	min-width: 100%;
}

.category.archive .bg-image{
  height: 75vh;
	min-height: 75vh;
}

#author-dropdown,
#cat-dropdown {
	border-radius: 0;
	background-color: #fff!important;
	color: #000!important;
	padding: .5rem;
	font-family: 'GT America', sans-serif;
}

#author-dropdown::after,
#cat-dropdown::after {
	content: close-quote;
}

.filters-toggle {
	width: 100%;
}

.filters-toggle .filter-before {
	display: inline-flex;
}

.filters-toggle .filter-before p {
	color: #fff;
	margin-bottom: 0;
	font-size: 22px;
}

.filters-toggle .filter-before svg {
	margin-right: .5rem;
}

.filter-after {
	display: flex;
	flex-direction: column;
}

@media (min-width: 860px) {
	.filter-after {
		align-items: center;
		flex-direction: row;
	}
}

.filter-after .dropdown-menu {
	margin-top: 0;
}

.filters.width {
	width: 56%;
}
.filter-before,
.close-contain {
	background-color: transparent;
	border: none;
	border-radius: 0;
	display: flex;
}
.close-contain {
	margin-top: 1rem;
	padding-left: 0;
}
	@media (min-width: 768px) {
		.close-contain{
			padding: initial;
			margin-top: 0;
		}
	}
.filter-undo {
  margin-right: .5rem;
}

.filter-before.toggled,
.filter-after.toggled {
	display: none;
}

.story-categories .filters,
.story-categories {
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
}

@media (min-width: 768px) {
	.story-categories .filters {
		flex-direction: row;
	}
}

.story-categories {
	margin-top: 4rem!important;
}

.pretext {
	color: #fff;
	margin-bottom: 0;
	margin-right: 1rem;
	display: inline-flex;
}

#ybd-hero-78.bg-image {
	position: relative;
}

.ybd-post-wrapper {
	margin: 0 auto;
	max-width: 1138px;
}

.ybd-post-wrapper.blog {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
}

.ybd-post-wrapper.blog article {
	width: 100%;
	flex-direction: column;
}

.ybd-post-wrapper.blog .blog-image {
	width: 100%;
}

.blog-featured-image.landscape,
.blog-featured-image.portrait {
	max-height: 315px;
}

.posts-pagination {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 2rem;
}

.posts-pagination .nav-position {
	margin-right: 1.5rem;
	font-size: 1.25rem;
}

.posts-pagination .link-next {
	margin-left: 1rem;
}

.posts-pagination .current {
	color: #FFE652;
}

.posts-pagination .empty {
	cursor: disabled;
}

@media (min-width: 800px) {
	.ybd-post-wrapper.blog {
		grid-template-columns: repeat(3, 1fr);
	}
}

.ybd-post-wrapper article {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 2rem;
}

.ybd-post-wrapper .read-story {
	background-color: #000077;
	bottom: 0;
	color: #FFFFFF;
	font-family: 'GT America Mono', monospace;
	left: 0;
	padding: 1rem;
	position: absolute;
	right: -2px;
	text-transform: uppercase;
	display: flex;
	justify-content: space-between;
}

.ybd-post-wrapper h3 .post-title {
	color: #0677FF;
	font-family: 'GT America', sans-serif;
}

.ybd-post-wrapper .post-content {
	flex: 1;
	padding:  1rem 1rem 4.5rem;
	position: relative;
	text-align: left;
}

.ybd-post-wrapper .blog-image {
	border: 4px solid #fff;
}

.ybd-post-wrapper .author {
	text-decoration: underline;
	margin-left: 1rem;
}

.ybd-post-wrapper .post-meta {
	color: #707070;
	padding: 0;
	text-transform: uppercase;
}

.ybd-post-wrapper .post-meta p {
	font-size: 1rem;
	font-weight: 400;
}

.ybd-post-wrapper .cats .cat-link {
	background-color: #F1F1F1;
	color: #000077;
	margin-right: .5rem;
}

.ybd-related-content {
	background-color: #0677FF;
}

.ybd-related-content h2 {
	margin: 0 auto 2rem;
	max-width: 1138px;
	color: #fff;
	font-weight: 400;
	font-family: 'P22 Mackinac Pro', serif;
}

.wp-block-text-columns,
.wp-block-code,
.wp-block-preformatted,
.wp-block-verse {
	margin: 0 auto;
	max-width: 1140px;
}

@media (min-width: 800px) {
	.ybd-post-wrapper article {
		flex-direction: row;
	}

	.ybd-post-wrapper .blog-image {
		width: 327px;
	}
}

@media( max-width: 800px) {
	.footer-main .d-flex {
		flex-direction: column;
	}

	.footer-main .logo,
	.footer-main .address {
		max-width: 100%;
	}

	.footer-main .address {
		margin-top: 1rem;
	}

	.footer-main .core-paragraph p {
		width: 100%;
	}
}

.error404 .content{
    display: flex;
    align-items: center;
}
